File Upload

The output file can be downloaded at this Link here.

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% else %}

File not uploaded yet

{% endif %} {% endwith %}